home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / qlogin06.zip / QLOGIN.INI < prev    next >
Text File  |  1994-10-17  |  3KB  |  81 lines

  1. ; If the SysopLevel setting is enabled, Qlogin will look for a separate
  2. ; ansi 'Sysop' menu called QSYSOP.A?? in ProBoard's textfiles directory.
  3. ; If the option is not present, or commented out Qlogin will use the
  4. ; normal menu for both sysop and users. By enabling this setting you can
  5. ; create a second menu with additional options visible, that only those on
  6. ; the 'SysopLevel' security can see. You can then add your sysop utils
  7. ; ie PBDESK to your own private menu and set the menuOption_level's for
  8. ; those pex's to the appropriate security level in the MenuOption settings.
  9.  
  10. SysopLevel = 20000
  11.  
  12. ; The MenuOptionCount tells Qlogin how many menu options are set in the
  13. ; configuration below (max. 10).
  14.  
  15. MenuOptionCount = 4
  16.  
  17. ; The ActionCount is pretty much the same as the MenuOptionCount, but
  18. ; you set that to the number of 'Action' entries you have.
  19.  
  20. ActionCount = 2
  21.  
  22. ; When setting up the options for the QLOGIN menu, there must be the
  23. ; same number of options as you have set in MenuOptionCount, otherwise
  24. ; some options may not work correctly. The format below (MenuOption1,
  25. ; MenuOption2 etc.. is fairly self explanatory.
  26.  
  27. ; PLEASE NOTE: The keys 'L' and 'Q' are hard-coded into QLOGIN and can
  28. ; not be used for any other MenuOption.
  29.  
  30. ; The MenuOption settings take the following form...
  31.  
  32. ; MenuOption1 = 37        <- Menu option number (same as in PROCFG).
  33. ;                            This one is '37 - Show New Files'.
  34. ; MenuOption1_Key = -N    <- This is the 'hotkey' for this option (N).
  35. ;                            MUST be preceded by a '-' minus sign.
  36. ; MenuOption_Data = * -C  <- additional data for this menu option.
  37. ;                            Same format as menu data field in PROCFG.
  38. ; MenuOption1_Level = 5   <- Min. Security level required in order to use
  39.                              this feature. (same levels as in PROCFG).
  40.                              If you do not use the MenuOptionx_Level or
  41.                              Actionx_Level settings, they default to 0.
  42. MenuOption1 = 37
  43. MenuOption1_Key = -N
  44. MenuOption1_Data = * -C
  45. MenuOption1_Level = 5
  46.  
  47. ; 11 - Page the sysop.... hotkey '#' (security level 10+ users only)
  48. MenuOption2 = 11
  49. MenuOption2_Key = -#
  50. MenuOption2_Data =
  51. MenuOption2_Level = 10
  52.  
  53. ; 9 - Logoff.... hotkey '!'
  54. MenuOption3 = 9
  55. MenuOption3_Key = -!
  56. MenuOption3_Data =
  57. ; No MenuOptionx_Level setting here - defaults to 0
  58.  
  59. ; 15 - Show *.ans/*.asc file and wait.... hotkey 'I'
  60. MenuOption4 = 15
  61. MenuOption4_key = -I
  62. MenuOption4_Data = DBINFO
  63.  
  64. ; The actions take much the same format as the MenuOptions, except there
  65. ; is no hotkey setting as these are the actions that take place when the
  66. ; user chooses a 'normal' login. Again you use the menu function number,
  67. ; the same as the function numbers in PROCFG, and the Actionx_Data is the
  68. ; same as you would place in the PROCFG menu data field. The
  69. ; Actionx_Level setting determines the security level required to enable
  70. ; an action.
  71.  
  72. ; 5 - Show *.ANS/*.ASC file
  73. Action1 = 5
  74. Action1_Data = DBNEWS
  75. ; No Actionx_Level setting here - defaults to 0
  76.  
  77. ; 60 - Run Proboard SDK file
  78. Action2 = 60
  79. Action2_Data = 1LINER
  80. Action2_Level = 10
  81.